home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 1 / Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso / FILES / HYP / H-I / HyperTalkHelp.cpt / HyperTalk Tutorial Sampler 1.1 / background_6586.txt < prev    next >
Text File  |  1989-02-26  |  599b  |  31 lines

  1. -- background: 6586 from stack: in.1
  2. -- bmap block id: 7466
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: A003
  11. -- rect: left=169 top=316 right=342 bottom=344
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Click Here When Done
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   push recent card
  23.   play "Harpsichord" tempo 380 aq cq bq
  24.   set lockMessages to true
  25.   visual zoom close
  26.   pop card
  27.   show menuBar
  28. end mouseUp
  29.  
  30.  
  31.